home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micromanía: 150 Juegos 2010
/
150Juegos_16.iso
/
Shareware
/
Shape Smash
/
shape-smash.swf
/
scripts
/
mx
/
core
/
IToolTip.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-05-14
|
269 b
|
15 lines
package mx.core
{
import flash.geom.Rectangle;
public interface IToolTip extends IUIComponent
{
function get screen() : Rectangle;
function get text() : String;
function set text(param1:String) : void;
}
}